home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CDV Software Presents (USA)
/
CDV Software Presents (USA).bin
/
demo
/
bk_demo.exe
/
DATA.PAK
/
ui
/
lose.lua
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-07-23
|
236 b
|
10 lines
function LuaProcessMessage( nMessageCode, nFirst, nSecond )
if ( nMessageCode == 536936448 and nFirst == 10000 ) then --OK
nMessage = SetProcessedFlag( 3145730 )
AddMessage( nMessage, 1, 1 )
return 1
end
return 0
end